home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Cando v1.6 disk 2.adf / HelpFiles / BrushAnims  < prev    next >
Text File  |  1992-01-31  |  3KB  |  142 lines

  1. V- AnimationStatus        |animationstatus|
  2. C- BrushAnims            |brushanims|
  3. F- FrameOfAnimation        |frameofanimation|
  4. C- GetBrushAnimCoordinates    |getbrushanimcoordinates|
  5. C- LoadBrushAnim        |loadbrushanim|
  6. C- MoveBrushAnim        |movebrushanim|
  7. C- MoveBrushAnimTo        |movebrushanimto|
  8. C- RemoveBrushAnim        |removebrushanim|
  9. C- SetBrushAnimFlags    |setbrushanimflags|
  10. C- ShowBrushAnim        |showbrushanim|
  11. [E]
  12.  
  13. |animationstatus|
  14. WT {Logical}=AnimationStatus
  15. PL This variable returns TRUE if BrushAnim
  16. PL animations are currently running or FALSE
  17. PL if they are not.
  18. PL
  19. PT SEE ALSO: 
  20. BS BrushAnims
  21. PL .
  22. ED
  23.  
  24. |brushanims|
  25. WT BrushAnims {Logical}
  26. PL This command turns ON and OFF the entire
  27. PL BrushAnim animation system.  If {Logical}
  28. PL is FALSE then all animations stop likewise
  29. PL if it is TRUE then all animations start.
  30. PL
  31. PT SEE ALSO: 
  32. BS AnimationStatus
  33. PL .
  34. ED
  35.  
  36. |frameofanimation|
  37. WT {FrameNumber}=FrameOfAnimation({BAnimBufferName})
  38. PL This will return the current frame number of
  39. PL the specified BrushAnim buffer.  This should
  40. PL be the frame being displayed but in certain
  41. PL cases that may not be true.
  42. PL
  43. PT SEE ALSO: ASYNC flag in 
  44. BS SetBrushAnimFlags
  45. PL .
  46. ED
  47.  
  48. |getbrushanimcoordinates|
  49. WT GetBrushAnimCoordinates {BAnimBufferName}, <XVarName>, <YVarName>
  50. PL This will return the current coordinates of
  51. PL the specified BrushAnim buffer.  This should
  52. PL be where the BrushAnim is at but in certain
  53. PL cases that may not be true.
  54. PL
  55. PT SEE ALSO: ASYNC flag in 
  56. BS SetBrushAnimFlags
  57. PL .
  58. ED
  59.  
  60. |loadbrushanim|
  61. WT LoadBrushAnim {FilePath} [,{BAnimBufferName} [,<loadflags>]]
  62. PL Preload a DeluxePaint style AnimBrush.
  63. PL See pages 6-38 and 7-7 in the yellow manual
  64. PL for a full description of this command.
  65. PL
  66. PT SEE ALSO: 
  67. BS ShowBrushAnim
  68. PT .
  69. ED
  70.  
  71. |movebrushanim|
  72. WT MoveBrushAnim {BAnimBufferName},{XVel},{YVel}[,{XAccel},{YAccel}[,{Steps}[,<flag>]]]
  73. PL See pages 4-36 and 6-39 in the yellow manual
  74. PL and page 6-43 in the 1.50 manual supplement
  75. PL for a full description of this command.
  76. PL
  77. PT SEE ALSO: 
  78. BS MoveBrushAnimTo
  79. PL  and..
  80. PT           ..
  81. BS SetBrushAnimFlags
  82. PL .
  83. ED
  84.  
  85. |movebrushanimto|
  86. WT MoveBrushAnimTo {BAnimBufferName}, {DestX}, {DestY} [,{Steps} [,<flag>]]
  87. PL See pages 4-36 and 6-38 in the yellow manual
  88. PL and page 6-43 in the 1.50 manual supplement
  89. PL for a full description of this command.
  90. PL
  91. PT SEE ALSO: 
  92. BS MoveBrushAnim
  93. PL  and..
  94. PT           ..
  95. BS SetBrushAnimFlags
  96. PL .
  97. ED
  98.  
  99. |removebrushanim|
  100. WT RemoveBrushAnim {BAnimBufferName}
  101. PL Removes the BrushAnim from the display
  102. PL but does not flush it from memory.
  103. PL
  104. PT SEE ALSO: 
  105. BS ShowBrushAnim
  106. PL .
  107. ED
  108.  
  109. |setbrushanimflags|
  110. WT SetBrushAnimFlags {BAnimBufferName}, <flags> [,{TickSpeed}]
  111. PL See pages 6-40 in the yellow manual and
  112. PL page 6-43 in the 1.50 manual supplement
  113. PL for a full description of this command.
  114. PL
  115. PL SEE ALSO: Next Page for list of flags.
  116. NP setbrushanimflags2
  117. ED
  118.  
  119. |setbrushanimflags2|
  120. WT SetBrushAnimFlags {BAnimBufferName}, <flags> [,{TickSpeed}]
  121. PL Flags:                       (ASYNC) or SYNC
  122. PL (..)=defaults            (NOMASK) or USEMASK
  123. PL                   (COMPRESS) or DECOMPRESSED
  124. PL              (FORWARD), BACKWARD or PINGPONG
  125. PL             (LINEARMOTION) or SEQUENCEMOTION 
  126. PL            (LEAVEIMAGE) or RESTOREBACKGROUND
  127. PP setbrushanimflags
  128. ED
  129.  
  130. |showbrushanim|
  131. WT ShowBrushAnim {BAnimBufferName}, {XCoor}, {YCoor}
  132. PL Adds a BrushAnim to the window at {XCoor}
  133. PL and {YCoor}.
  134. PL  
  135. PT SEE ALSO: 
  136. BS LoadBrushAnim
  137. PT  and 
  138. BS RemoveBrushAnim
  139. PL .
  140. ED
  141.  
  142.